home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / src / xad_bzip.lha / xad_bzip.readme < prev   
Encoding:
Text File  |  2000-09-11  |  1.8 KB  |  46 lines

  1. Short: bzip xadmaster client
  2. Author: Kyzer/CSG <kyzer@4u.net>, Julian Seward
  3. Uploader: Kyzer/CSG <kyzer@4u.net>
  4. Type: dev/src
  5.  
  6. --- About this archive ---
  7.  
  8. This archive contains the normal and 68020-optimised versions of the bzip
  9. client for Dirk Stoecker's XAD system - util/arc/xadmaster.lha and also
  10. includes the source code to this client.
  11.  
  12. --- License ---
  13.  
  14. This program is free software; you can redistribute it and/or modify it
  15. under the terms of the GNU General Public License as published by the Free
  16. Software Foundation; either version 2 of the License, or (at your option)
  17. any later version.
  18.  
  19. This program is distributed in the hope that it will be useful, but WITHOUT
  20. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  21. FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  22. more details.
  23.  
  24. You should have received a copy of the GNU General Public License along
  25. with this program; if not, write to the Free Software Foundation, Inc., 675
  26. Mass Ave, Cambridge, MA 02139, USA.
  27.  
  28. --- About the client ---
  29.  
  30. The normal version of this client will already be installed if you have
  31. installed the latest version of the XAD system. To install the 68020
  32. optimised version, unpack this archive to RAM:, then execute this command
  33.  
  34.  Copy RAM:bzip.020 LIBS:xad/bzip CLONE
  35.  
  36. This client lets XAD view and extract bzip (.bz) files, but _NOT_ bzip2
  37. (.bz2) files. bzip can only compress a single file, and cannot even
  38. remember what filename, date or uncompressed size the compressed file had.
  39. However, it compresses much better than gzip, which is what it intended to
  40. replace. You are most likely to find bzip used to compress tar files
  41. (.tar.bz or .tbz)
  42.  
  43. bzip is mostly the work of Julian Seward, and is an implementation of the
  44. Burrows-Wheeler block sorting compression algorithim, using MTF and
  45. arithmetic coding as other stages in compression.
  46.